Skip to main content

Login

Open the Admin UI

Navigate to the Admin UI in your browser:

  • URL: http://<your-host-or-ip>/

This brings up the login page.

Admin UI Login

Enter the admin credentials. On first run, these come from config.yaml:

admin:
email: "admin@cbfhir.com"
password: "Admin123!"
name: "Admin"

After the FHIR bucket is initialized, the admin user is persisted in Couchbase. Subsequent logins authenticate against Couchbase (not config.yaml).

Tip: You can change the password from the Dashboard. See docs/Admin UI/Admin - Dashboard.mdx.

Initialize FHIR Bucket

On first run, the FHIR server connects to Couchbase, detects the target bucket, and prompts you to initialize it.

Initialize FHIR bucket prompt

After confirmation, initialization begins:

Initialization progress

Initialization tasks:

  • Create required scopes and collections
  • Create Full-Text Search (FTS) indexes
  • Create Global Secondary Indexes (GSI)
  • Create the application user with appropriate permissions

Dashboard

Once complete, you’ll land on the Dashboard.

Admin UI Dashboard

Tip: Change the default admin password.

  • Click the avatar in the app bar
  • Select “Change password”
Change password dialog

Next steps: